home *** CD-ROM | disk | FTP | other *** search
- /*********************************************************************
- Project : GUSI - Grand Unified Socket Interface
- File : GUSIPPC_P.h - Common definitions for PPC Sockets
- Author : Matthias Neeracher
- Started : 07Nov93 Language : MPW C++
- Modified : 07Nov93 MN Extracted from GUSIPPC.cp
- Last : 07Nov93
- *********************************************************************/
-
- #include "GUSI_P.h"
- #include <PPCToolBox.h>
-
- #include <sys/types.h>
-
- class PPCSocketDomain : public SocketDomain {
- Boolean ppcInit;
- public:
- PPCSocketDomain();
-
- virtual Socket * socket(int type, short protocol);
- virtual int choose(
- int type,
- char * prompt,
- void * constraint,
- int flags,
- void * name,
- int * namelen);
- };
-
- extern PPCSocketDomain PPCSockets;
-